home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / gcc / gcc261a.zoo / g++-include / ioconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-21  |  265 b   |  12 lines

  1. #if !defined(mips) && !defined(___IBMR2__) && !defined(NO_UNDERSCORE)
  2. #define NAMES_HAVE_UNDERSCORE
  3. #endif
  4.  
  5. #if defined(VMS) || defined(___IBMR2__) || defined(linux)
  6. #define NO_DOLLAR_IN_LABEL
  7. #endif
  8.  
  9. #if defined(VMS) || defined(linux)
  10. #define NO_ST_BLKSIZE
  11. #endif
  12.